home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TOUTLOOKIMPORTFORM / TOUTLOOKIMPORTFORM.txt
Text File  |  2004-10-12  |  840b  |  45 lines

  1. object OutlookImportForm: TOutlookImportForm
  2.   Left = 99
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = '-'
  6.   ClientHeight = 106
  7.   ClientWidth = 393
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lCaption: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 3
  24.     Height = 13
  25.   end
  26.   object pProgressBar: TProgressBar
  27.     Left = 16
  28.     Top = 32
  29.     Width = 361
  30.     Height = 16
  31.     Smooth = True
  32.     TabOrder = 0
  33.   end
  34.   object bCancel: TButton
  35.     Left = 296
  36.     Top = 64
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44. end
  45.